Viewing user profile
- Print
- PDF
Viewing user profile
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
You can view a user profile.
Requests
- GET /users/{userId}/profiles
Request path
Parameters | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
userId | Y | String | User Id |
Responses
Response bodies
{
"firstName" : "string",
"lastName" : "string",
"email" : "string",
"emailVerified" : "boolean",
"empNo" : "string",
"phoneCountryCode" : "string",
"phoneNo" : "string",
"phoneNoVerified" : "boolean",
"deptName" : "string"
}
Parameters | Type | Description | Restrictions |
---|---|---|---|
firstName | String | First name | |
lastName | String | Last name | |
String | |||
emailVerified | Boolean | Email verification status | |
empNo | String | Employee number | |
phoneCountryCode | String | Country code for mobile phone number | |
phoneNo | String | Mobile phone number | |
phoneNoVerified | Boolean | Mobile phone number verification status | |
deptName | String | Department name |
Errors
Errors that may occur while using this action are listed below. For error response format, see ErrorResponse.
For more information on common errors, see NAVER Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
400 | 9050 | The user does not exist. |
Was this article helpful?