Get Users by Organization with Pagination
02/11/2020 | Less than 1 minute to read
Info Note
API TYPE: GET
End Point: GET /org/{orgUuid}/users/{pageNo}
Description: Get Users by Organization UUID Identifier with Pagination
Request (Get Users by Organization with Pagination)
02/11/2020 | 2 minutes to read
Parameters
orgUuid, pageNo, pageSize
Parameter |
Value |
Description |
DataType |
orgUuid |
required |
UUID Format |
String |
pageNo |
required |
Integer |
Integer |
pageSize |
required |
Integer |
Integer |
Response (Get Users by Organization with Pagination)
02/11/2020 | Less than 1 minute to read
{
"data": [
{}
],
"metadata": {
"fileCodeUuid": "string",
"orgUuid": "string",
"userUuid": "string"
},
"statusCode": "OK"
}