Create a user
Create a user with Rightsline access.
Create a user
POST
https://ris.rightsline.com/v4/user
Headers
x-api-key*
string
Your company's API key.
Authentication*
string
Authentication token.
Request Body
email*
string
User login email address.
characteristics*
object
The characteristics of the user entity.
template*
object
The template for the user entity.
template.templateId*
int
The template ID of the user entity.
appIds*
int[]
workflowRoleIds*
int[]
identityRoleIds*
Guid[]
disableMessages
boolean
If true, activity from this user will not generate audit messages. If false or not included in request, audit messages will send as normal.
Last updated