User
Get user
Get a user.
POST
/
tune.Studio
/
GetUser
Authorizations
X-Tune-Key
string
headerrequiredTune 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.
Was this page helpful?