Updates a user if it already exists, and creates a user if it does not. This route is admin-only.

Updates a user if it already exists, and creates a user if it does not. The username in the request body must match the username in the URI. The username cannot be changed. This route is admin-only.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Username of the user on which you want to perform the operation.

Body Params

User to add or update.

string
required

The user's username.

string
enum
required

The user's role, used to determine access rights. Admin users may access and modify all pages and settings, and can modify other users. Analysts may not access advanced configuration settings or modify other users.

Allowed:
string
required

The user's first name.

string
required

The user's last name.

string
required

The user's email address.

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json