Method
describeUser GET
Copy GET

Retrieve the current user's information, such as their name, email address, and admin status.



Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
result User
KEY TYPE Description
name str The User's name.
email str The User's primary email address.
createdAt str The date and time when the user joined Abacus.AI.
status str `ACTIVE` when the user has accepted an invite to join the organization, else `INVITED`.
organizationGroups OrganizationGroup List of Organization Groups this user belongs to.
KEY TYPE Description
organizationGroupId str The unique identifier of the Organization Group.
permissions List of Enum String The list of permissions (VIEW, MODIFY, ADMIN, BILLING, API_KEY, INVITE_USER) the group has.
groupName str The name of the Organization Group.
defaultGroup bool If true, all new users will be added to this group automatically.
admin bool If true, this group contains all permissions available to the organization and cannot be modified or deleted.
createdAt str When the Organization Group was created.
Language: