Get Me

Get Me
Get the currently authenticated user

This endpoint is responsible for fetching the currently authenticated user. For more information, check the specification: https://tools.ietf.org/html/rfc7644#section-3.11.

Request
URI
GET
https://{api_host}/usergroup/t/{tenant}/scim/v2/Me
COPY
Path Parameters
string
tenant
Required

The VMware Identity Services tenant ID

tenant example
my-tenant

Authentication
This operation uses the following authentication methods.
Responses
200

The authenticated user was successfully fetched.

Returns UserMedia of type(s) application/scim+json
"UserMedia Object"

400

The request contains invalid information.

Operation doesn't return any data structure

404

The user was not found.

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/usergroup/t/{tenant}/scim/v2/Me