GET api/userProfile?UserId={UserId}&ContextIdentifierId={ContextIdentifierId}
Get user profile in context
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId |
Id of user |
globally unique identifier |
Required |
| ContextIdentifierId |
Id of user context |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
License information
UserProfileDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| AccountId | globally unique identifier |
None. |
|
| PhoneNumber | string |
None. |
|
| string |
None. |
||
| IsNewsletter | boolean |
None. |
|
| InstitutionContextId | globally unique identifier |
None. |
|
| InstitutionContextNumber | string |
None. |
|
| SchoolLevels | Collection of string |
None. |
|
| SchoolSubjects | Collection of string |
None. |
|
| SubscribeOnNewsletter | boolean |
None. |
|
| UserCancelledFillingProfile | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "556fc5d3-c46f-40ed-ba67-b71db4dc3506",
"UserId": "84fb2a3f-e8b1-4412-8b10-24c8e9a45724",
"AccountId": "6e720711-2847-4b9e-87c4-80dfbe587d11",
"PhoneNumber": "sample string 4",
"Email": "sample string 5",
"IsNewsletter": true,
"InstitutionContextId": "70a5d12b-712f-45b5-b85c-e7327d0cf6c6",
"InstitutionContextNumber": "sample string 8",
"SchoolLevels": [
"sample string 1",
"sample string 2"
],
"SchoolSubjects": [
"sample string 1",
"sample string 2"
],
"SubscribeOnNewsletter": true,
"UserCancelledFillingProfile": true
}