ClickHelp User Manual
Create power reader
Creates a new Power Reader account.
POST users
Authentication
This request requires basic authentication.
Request Parameters
Body params
userName | string |
The login of the Power Reader. |
---|---|---|
userInfo | object |
An object containing basic profile information. |
email | string | Email of the Power Reader. |
firstName | string | First name of the Power Reader. |
middleName | string | [optional] Middle name of the Power Reader. |
lastName | string | [optional] Last name of the Power Reader. |
userRole | string | [optional] Comma-separated list of Power Reader roles to assign to this user. |
isDontSendEmail | bool | [optional] Whether to send an email to the user about the account creation. |
Samples
Request sample
Bash (Unix Shell) |
curl --location -g --request POST 'https://{portal-url}/api/v1/users' ^ |