Create an SSO account
POST/iam/v1/sso_users
Create a new Palo Alto Networks SSO account. If the email address that you provide to this
request is already used for an existing login account, then this request
returns 200
without performing any other operations.
See Manage User Accounts for information about login accounts.
Request
- application/json
Body
required
email stringrequired
The email address that you want to use to create this SSO user account.
firstname stringrequired
The user's familiar name.
lastname stringrequired
The user's surname, or family name.
Responses
- 200
Successful response - user registered for SSO
- application/json
- Schema
- Example (from schema)
Schema
email stringrequired
The email address that you want to use to create this SSO user account.
firstname stringrequired
The user's familiar name.
lastname stringrequired
The user's surname, or family name.
{
"email": "someemail33@somedomain.com",
"firstname": "John",
"lastname": "Smith"
}
Loading...