v1alpha/user
account
Get information about the account associated with the provided API key
get/user/account
Headers
Authorizationstring required
Response
OK response.
Example response
{
"email": "example@stability.ai",
"id": "user-1234",
"organizations": [
{
"id": "org-123456",
"is_default": false,
"name": "My Organization",
"role": "MEMBER"
},
{
"id": "org-123456",
"is_default": false,
"name": "My Organization",
"role": "MEMBER"
},
{
"id": "org-123456",
"is_default": false,
"name": "My Organization",
"role": "MEMBER"
},
{
"id": "org-123456",
"is_default": false,
"name": "My Organization",
"role": "MEMBER"
}
],
"profile_picture": "https://api.stability.ai/example.png"
}