Creates a user.
To create a user, the Login, First Name, Last Name, Email, Password, Question, and Answer fields are required.
Created
Bad Request
Unauthorized
Internal Server Error
{- "login": "admin",
- "firstName": "John",
- "lastName": "Miller",
- "email": "john@yahoomail.com",
- "password": "Password123",
- "question": "What is your best friend's name?",
- "answer": "Jim"
}
Manage user permission for the existing user in the system. This will remove the permission mapped earlier and the current request permissions will be considered always.
List of permissions is a required field. Allowable permissions are system_admin, edit_policy, and create_project.
OK
Bad Request
Unauthorized
Not Found
{- "permissions": [
- "string"
]
}