PostUserDetails
PostUserDetails
Description:
Inserts submitted user details with type 1, 2, 6 and 7 in database and specified filter parameters, [Valid userstatus : Enabled/Disabled/ConfirmEmailOnly or ConfirmEmailAndCreatePassword].
Request:
https://dev02-api-gateway.moorepay.co.uk/workers/v1/Worker/PostUserDetails
Request headers:
Name |
Required |
Type |
Description |
Authorization |
Yes |
string |
access token |
Request body:
{
"userName": "string",
"userType": 0,
"idNumber": "string",
"loginUserName": "string",
"profileStatus": 0,
"groupProfile": "string",
"accessProfile": "string",
"securityProfile": "string"
}
Response: 200 OK
"string"
Response: 400 Bad Request
Bad Request
Response: 401 Unauthorized
Unauthorized
Response: 404 Not Found
Not Found
Response: 405 Method Not Allowed
Method Not Allowed
Response: 500 Internal Server Error
Internal Server Error
Created with the Personal Edition of HelpNDoc: Effortlessly Create High-Quality Documentation with a Help Authoring Tool