POST
/
tune.Studio
/
GetUser

Authorizations

X-Tune-Key
string
header
required

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
accessKeys
object[]

The list of user access keys.

avatarUrl
string

The avatar URL of the user.

createdAt
string

The time the user was created.

email
string

The user email.

id
string

The user ID.

metadata
object

The metadata of the user.

name
string

The user name.

updatedAt
string

The time the user was last updated.

username
string

The username of the user.