Version1.User
Account details
Get information about the account associated with the provided API key
get/v1/user/account
Response
OK response.
Example response
{
"email": "example@stability.ai",
"id": "user-1234",
"organizations": [
{
"id": "org-5678",
"name": "Another Organization",
"role": "MEMBER",
"is_default": true
},
{
"id": "org-1234",
"name": "My Organization",
"role": "MEMBER",
"is_default": false
}
],
"profile_picture": "https://api.stability.ai/example.png"
}Changes
Changed in 2 of the 6 revisions of this API.3
- ○
api operation id
userAccountremoved and replaced withfetchAccountapi-operation-id-removed
- ○
- ○
api tag
Version1.Useraddedapi-tag-added
- ○
api tag
Userremovedapi-tag-removed
- ○