# Read licenses **GET /me/licenses** Read all licenses for a profile. Receive in return the identifiers for an organization and the connected person within that company. This information can be used as a login hint to get an access token for operational work on behalf of the connected person. ## Servers - https://rest.api.24sevenoffice.com/v1: https://rest.api.24sevenoffice.com/v1 () ## Authentication methods - Tfso ## Parameters #### Headers - **Authorization** (string) Authorization header #### Query parameters - **organizationId** (integer(int64)) Identifier for the organization. - **personId** (integer(int32)) Identifier for the connected person. ## Responses ### 200: Success #### Headers - **Access-Control-Allow-Origin** (string) - **Access-Control-Allow-Credentials** (string) - **X-Trace-Id** (string) #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) The unique identifier for the license. - **name** (string | null) The name of the organization. - **organizationId** (integer(int64) | null) The identifier for the organization. - **identityId** (string(uuid) | null) The identifier for the connected person's identity. - **personId** (integer(int32) | null) The identifier for the connected person. [Powered by Bump.sh](https://bump.sh)