Get a Specific User
This operation is part of the Users API section of the Web Services API.
Overview
Returns the specified user.
Request URL | /api/v2/users/{id} |
---|---|
HTTP Method | GET |
Required Features | api-provisioning-read |
Samples
Request
GET /api/v2/users/1e6def1758784546a610039f94bf254d
HTTP Response
{
"statusCode":0,
"user":{
"id":"1e6def1758784546a610039f94bf254d",
"userName":"john123@genesys.com",
"firstName":"John",
"lastName":"Smith",
"emailAddress":"",
"roles":[
"ROLE_ADMIN"
],
"enabled":true,
"changePasswordOnFirstLogin":false,
"contactCenterId": "0851b5d7-1280-432c-9bb7-d22c2aeab2d5",
"uri":"http://198.51.100.23:8090/api/v2/users/1e6def1758784546a610039f94bf254d",
"path":"/users/1e6def1758784546a610039f94bf254d"
}
}
This page was last edited on September 2, 2016, at 19:11.
Comments or questions about this documentation? Contact us for support!