Read profile
Read information about the current profile. This endpoint is only available for access tokens that have the identityId claim.
24SevenOffice is a multi-tenant application, where a personal login gives access to more than one organization and its people.
Hence, there exist "identity", "organization" and the organization’s "people".
Identity → *Organization → *Person
Identity
An identity
is a personal user who logs into 24SevenOffice. An identity
will have one or more unique identifiers for the personal user, such as an email or a phone number
An identity
may or may not have access to one or more organizations through a person.
24SevenOffice has a global identity pool where an identity may have access to all organizations available in 24SevenOffice.
curl \
-X GET https://rest.api.24sevenoffice.com/v1/me \
-H "Authorization: string"
# Headers
Access-Control-Allow-Origin: string
Access-Control-Allow-Credentials: string
X-Trace-Id: string
# Payload
{
"id": "123e4567-e89b-12d3-a456-426614174001",
"firstName": "John",
"lastName": "Doe",
"timeZone": "Europe/Oslo",
"countryCode": "NO",
"language": "en",
"culture": "en-US"
}