Get Users Batch
Get many users by ID
Params
name | Parameter type | Data Type | Values | Description |
---|---|---|---|---|
userId | Path | integer | 10114 | ID of users to get |
Request
POST {{host}}/api/rest/v1/management/user HTTP/1.1
Content-Type: application/json
[
12345, 132132,
]
Sample Responses
HTTP/1.1 200 OK
[{
"createdDate": "2021-05-05T19:54:08.662Z",
"createdBy": 0,
"modifiedDate": "2021-05-05T19:54:08.662Z",
"modifiedBy": 0,
"id": 0,
"isActive": true,
"email": "string",
"firstName": "string",
"lastName": "string",
"fullName": "string",
"federationId": "string",
"groups": [
0
]
},
{
"createdDate": "2021-05-05T19:54:08.662Z",
"createdBy": 0,
"modifiedDate": "2021-05-05T19:54:08.662Z",
"modifiedBy": 0,
"id": 0,
"isActive": true,
"email": "string",
"firstName": "string",
"lastName": "string",
"fullName": "string",
"federationId": "string",
"groups": [
0
]
}
]
Models
User