GET
/
auth
Error
A valid request URL is required to generate request examples
{
  "partner_id": "<string>",
  "email": "<string>",
  "name": "<string>",
  "admin": true,
  "access-group": "<string>",
  "back-office-admin": true,
  "external-user": true
}

Authorizations

Authorization
string
header
required

Copy your Cognito JWT Token below: 'Bearer <JWT>'

Response

Success

partner_id
string

Internal Partner ID associated with this account

email
string

Email associated with this account

name
string

Username of this account

admin
boolean

Whether this account is an admin account

access-group
string

The access group of this user

back-office-admin
boolean

Whether this account is an backoffice admin account

external-user
boolean

Whether this account is an external account