Creates a user
To create a user the login, First Name, Last Name, Email, Password, Question, Answer field is 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 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.
OK
Bad Request
Unauthorized
Not Found
{- "permissions": [
- "string"
]
}