GET api/resources/me
Get me
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResourceName | Description | Type | Additional information |
---|---|---|---|
userid | globally unique identifier |
None. |
|
Office365Id | globally unique identifier |
None. |
|
ProfilePicture | string |
None. |
|
Generic | boolean |
None. |
|
Inactive | boolean |
None. |
|
CanLogin | boolean |
None. |
|
UserOnly | boolean |
None. |
|
name | string |
None. |
|
GlobalPermissions | OnePlanLevel |
None. |
|
OnePlanSecurityGroup | globally unique identifier |
None. |
|
LastLogin | date |
None. |
|
Fields | Dictionary of string [key] and Object [value] |
None. |
|
TimeZone | string |
None. |
|
ExternalId | string |
None. |
|
Delegates | Collection of globally unique identifier |
None. |
|
Notifications | ResourceNotifications |
None. |
|
Created | date |
None. |
|
Modified | date |
None. |
|
Author | globally unique identifier |
None. |
|
Editor | globally unique identifier |
None. |
|
id | globally unique identifier |
None. |
|
ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "userid": "11558237-e558-42a9-9d0d-2f767d53cffe", "Office365Id": "c88807c2-4377-4d1e-abd0-c4cd3e8ca4b1", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "9b02e99f-176b-4a1a-b63e-9548c9a8375a", "LastLogin": "2025-09-19T01:58:23.0033341+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "0bf33020-6d53-4953-90b3-085b9bde224b", "694dfe41-6633-4fe6-9312-f1134e901493" ], "Notifications": { "AllNotifications": true, "Notifications": [ "aaf03406-1688-4b55-8c27-c80c19e007fa", "89c7afd5-759c-4c37-93a4-84fb23b9e4ab" ] }, "Created": "2025-09-19T01:58:23.0033341+00:00", "Modified": "2025-09-19T01:58:23.0033341+00:00", "Author": "4b0fd63a-2211-458b-b18d-557ef9df44be", "Editor": "da27aa68-b687-40e9-ae30-1374e581d36d", "id": "c9e21096-5369-4e45-a20e-b6749a4df9e4", "ConfigId": "e72292b3-7426-4390-9e37-1ef59ed8012f" }