POST
/
tune.Studio
/
GetUser

Authorizations

X-Tune-Key
string
headerrequired

Tune API Keys are the preferred way to authenticate with the API. You can create an API Key from your Tune Studio Profile โ†’ 'Access Keys' (in sidebar)

Body

application/json ยท object

The body is of type object.

Response

200 - application/json
id
string

The user ID.

email
string

The user email.

name
string

The user name.

accessKeys
object[]

The list of user access keys.

createdAt
string

The time the user was created.

updatedAt
string

The time the user was last updated.

metadata
object

The metadata of the user.

username
string

The username of the user.

avatarUrl
string

The avatar URL of the user.