Create Login

This adds a new user to your account. The result will include the unique Login ID that can be used to update or remove the login.

Users Across Multiple Networks in an Organization

To give a user access to another network in your organization, create a login in that network using the same email address. Instead of creating a duplicate login, we will link the user's original login to the new network, and they'll have access to both.

When adding a user to additional networks, the Name field will be ignored in the request.

🚧

Error - Duplication

If a user with that email address already exists in the same network, a new login will not be created and the API will return: `{"message":"There is already an account associated with this email."}

❗️

The "Password" field in the response is a legacy field that is no longer in use. The value is always returned as an empty string.

Body Params
string
required

The email used to login and used for alerts and notifications. A valid email address must be entered.

string
Defaults to Null

Friendly name of user. Defaults to null.

string
Defaults to null

If allowed by the network, the preferred time zone of the user. Must be a string in this list. If none supplied, the time zone for the user defaults to the network setting, or if no network setting, GMT.

string
Defaults to read

The user permission level. Must be one of admn, edit, or read. Defaults to read.

boolean
Defaults to false

Must be true or false. Controls whether or not this user can access Studio. Defaults to false. Setting CanAccessStudio to true requires that AccessLevel be set to admn or edit.

Response

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json