/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…
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

string
Defaults to application/json

JSON content type flag

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