UserProfile
UserProfile
GetMyProfile
Return current profile of the current user
Request
GET /api/manage/v1/UserProfile
Responses
Status Code | Description | Samples |
---|---|---|
200 | Succesfully returned |
|
400 | Bad Request |
UpdateMyProfile
Update profile of the current user
This method is only allowed for local sign in via intranet
Request
PUT /api/manage/v1/UserProfile
Parameters
Name | Type | Value | Notes |
---|---|---|---|
model |
Responses
Status Code | Description | Samples |
---|---|---|
200 | Succesfully updated |
|
400 | The reqeust is wrong |
GetUserProfile
Return user profile by user identifier. If the user did not provide information about himself or blocked, then the endpoint will return an empty model. (only id)
Request
GET /api/manage/v1/UserProfile/{userId}
Parameters
Name | Type | Value | Notes |
---|---|---|---|
*userId | string |
Responses
Status Code | Description | Samples |
---|---|---|
200 | Succesfully returned |
|
404 | User not found |