Create User

Creates a new Access user.

Note:

  • When internal_password_disabled=true, the 'password' field is not mandatory.
  • The parameter realm will be internal

Security: Requires admin privileges.

Body Params
string
required

The username (required)

string

The password (not required if internal_password_disabled=true)

string
required

The user's email address

groups
array of strings

Groups to add the user to

groups
boolean
Defaults to false

Whether the user is an admin

boolean
Defaults to true

Whether the user can update their profile

boolean
Defaults to false

Whether internal password is disabled

boolean
Defaults to false

Whether UI access is disabled

boolean

Whether user is a watch manager. Available from Artifactory 7.128.0.

boolean

Whether user is a policy viewer. Available from Artifactory 7.128.0.

boolean

Whether user is a policy manager. Available from Artifactory 7.128.0.

boolean

Whether user is a reports manager. Available from Artifactory 7.128.0.

boolean

Whether user is a resources manager. Available from Artifactory 7.128.0.

boolean
Defaults to false

Whether user can manage webhooks. Available from Artifactory 7.128.0.

boolean
Defaults to false

Whether user is a platform auditor. Available from Artifactory 7.141.0.

Responses

400

Bad Request - Invalid input, object invalid

401

Bad Credentials - Invalid credentials

403

Permission Denied - Insufficient permissions

409

Conflict - User already exists

Language
Credentials
Bearer
URL
Response
Choose an example:
application/json