Skip to main content
GET
/
user
/
admin
Used to get all active admins with privileges
curl --request GET \
  --url https://staging-api.getpartna.com/v4/user/admin \
  --header 'x-api-key: <api-key>' \
  --header 'x-api-user: <api-key>'
{
  "AdminPermissions": [
    {
      "email": "changadmin@email.com",
      "roles": [
        "view"
      ],
      "username": "changadmin"
    }
  ]
}

Authorizations

x-api-key
string
header
required
x-api-user
string
header
required

Response

200 - application/json

get user admin ok

AdminPermissions
object[]
I