/users (Admin Create)

The /users (POST) endpoint accepts a list of user (objects) as input to create admin console users within your organization. Creating in this way skips the invitation process.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
{/* request body */
    "organizationID": 0001,
    "identityProviderID": "1",
  	"userPropertyBundleID": "1",
    "users": [
      {
        "firstName": "",
        "lastName": "",
        "email": "",
        "credential" : ""
      }
    ]
}

For detailed descriptions of each role, visit Org User Management

RoleuserPropertyBundleIDpropertyName
Organization Administrator1orgAdmin
Organization Service Manager2orgServiceManager
Organization Auditor3orgAuditor
Organization Manager5orgManager
Default Organization User4orgUser
Relying Party Administrator101rpAdmin
Relying Party Service Manager102rpServiceManager
Relying Party Auditor103rpAuditor
Relying Party Manager104rpManager
Default Relying Party User105rpUser
Body Params
int32
Defaults to 1

Your organization's ID. Obtained through /axncompany, return value "id".

string
Defaults to "1"

IDP the user must authenticate with prior to verifying themselves (leave as "1" for Google SSO if IDP is not applicable to your use case). To use your company's IDP, please contact your solution architect.

users
array

A list of at least one user (object) to create (see example above)

users
string
Defaults to 1

Your user's permissions set (see table above)

string

The credential value from user's IDP - if Google, the credential is their gmail address.

string

The email address to be used during sign-on.

Headers
string
Defaults to (see /token)

Admin Bearer token from /token endpoint that is required to interact with the services

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here!