cURL
curl --request GET \ --url https://api.dfns.io/auth/users \ --header 'Authorization: Bearer <token>'
{ "items": [ { "username": "<string>", "name": "<string>", "userId": "us-6b58p-r53sr-rlrd3l5cj3uc4ome", "kind": "CustomerEmployee", "credentialUuid": "<string>", "orgId": "<string>", "isActive": true, "isServiceAccount": true, "isRegistered": true, "isSSORequired": true, "permissionAssignments": [ { "permissionName": "<string>", "permissionId": "<string>", "assignmentId": "<string>", "operations": [ "<string>" ] } ], "permissions": [ "<string>" ] } ], "nextPageToken": "<string>" }
List all Users in your organization.
CustomerEmployee
EndUser
Auth:Users:Read
Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows
x <= 200
1
Success
Show child attributes
User id.
1 - 64
"us-6b58p-r53sr-rlrd3l5cj3uc4ome"
User kind.
Was this page helpful?