Customer success center

Login Sign up

Web Services API | User web services | Get user

Modified on: Thu, 13 Apr 2023 4:30 PM

Get user

Obtains a user (always synchronously) by id or username.


{

· "aboutMe": "I'm the title character and protagonist of the novel Oliver Twist by Charles Dickens. I was the first child protagonist in an English novel.",

· "email": "oliver.twist.pero@netex.com",

· "enabled": true,

· "extra": {},

· "id": "ff8081814fb1ee7f014fb20105ba0004",

· "image": {

· "url": "/opt/cloud//netex/2015/09/29/bfc5296d-e36f-4888-bfef-74643c220e50.jpg"

· },

· "interests": "I want some more",

· "language": "en",

· "location": "London",

· "mobilePhone": "222222222",

· "name": "Oliver",

· "officePhone": "111111111",

· "roles": {

· "management": ["user"],

· "social": ["user"],

· "training": ["user"]

· "play": ["user"]

· },

· "surname": "Twist",

· "timezone": "Europe/London",

· "username": "oliver.twist"

}

Was this answer helpful?