GetUserDetails


Description:

Requester gets the list of user available in the database with usertype 1, 2, 6 and 7 and specified filter parameters, [Valid userstatus : Enabled/Disabled/ConfirmEmailOnly or ConfirmEmailAndCreatePassword].


Request:

https://qa01-api-gateway.moorepay.co.uk/workers/v1/Worker/GetUserDetails


Request parameters:

Name

In

Required

Type

Description

 userstatus

template

true

string

string

 newuser

template

true

string

string



Request headers:

Name

Required

Type

Description

Authorization

Yes

string

access token


Response example:


Response: 200 OK


{
"userName": "string",
"userType": 0,
"idNumber": "string",
"profileStatus": "string",
"GroupProfile": 0,
"accessProfile": "string",
"securityProfile": "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: Full-featured Documentation generator