account
GET
/v1/user/accountGet information about the account associated with the provided API key
Request
None
Request samples
Responses
OK response.(200)
401(401)
500(500)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
email
string <email>
required
The user's email
Example:
example@stability.ai
id
string
required
The user's ID
Example:
user-1234
organizations
array[object (OrganizationMembership) {4}]
required
The user's organizations
Example:
[{"id":"org-5678","name":"Another Organization","role":"MEMBER","is_default":true},{"id":"org-1234","name":"My Organization","role":"MEMBER","is_default":false}]
id
string
required
Example:
org-123456
is_default
boolean
required
Example:
false
name
string
required
Example:
My Organization
role
string
required
Example:
MEMBER
profile_picture
string <uri>
optional
The user's profile picture
Example:
https://api.stability.ai/example.png
Example
Not configured
Last modified: 10 months ago