{- "id": "305b1bd8-b783-4351-a2b6-204248c9ea46",
- "name": "Jason.Compson.IV",
- "team_name": "william-faulkner"
}
Lists all users for your team
OK
{- "list": [
- {
- "team_name": "william-faulkner",
- "id": "305b1bd8-b783-4351-a2b6-204248c9ea46",
- "name": "Jason.Compson.IV",
- "status": "ACTIVE",
- "details": {
- "first_name": "Jason",
- "last_name": "Compson",
- "full_name": "Jason Compson IV",
- "email": "jason.compson@example.com"
}, - "user_type": "human",
- "deleted_at": null
}, - {
- "team_name": "william-faulkner",
- "id": "c5cf4dfd-1726-45e3-a1c9-17598d59004d",
- "name": "Benjy.Compson",
- "status": "DISABLED",
- "details": {
- "first_name": "Benjy",
- "last_name": "Compson",
- "full_name": "Benjy Compson",
- "email": "benjy.compson@example.com"
}, - "user_type": "human",
- "deleted_at": null
}, - {
- "team_name": "william-faulkner",
- "id": "6f1b97c1-176a-4bfe-870a-754b6126b814",
- "name": "Quentin.Compson.III",
- "status": "DELETED",
- "details": {
- "first_name": "Quentin",
- "last_name": "Compson",
- "full_name": "Quentin Compson III",
- "email": "quentin.compson@example.com"
}, - "user_type": "human",
- "deleted_at": "1910-06-10T00:00:00Z"
}
]
}
Retrieves a user from your team
OK
{- "deleted_at": null,
- "details": {
- "email": "jason.compson@example.com",
- "first_name": "Jason",
- "full_name": "Jason Compson IV",
- "last_name": "Compson"
}, - "id": "305b1bd8-b783-4351-a2b6-204248c9ea46",
- "name": "Jason.Compson.IV",
- "status": "ACTIVE",
- "team_name": "william-faulkner",
- "user_type": "human"
}
Lists all groups for a specified user
OK
{- "list": [
- {
- "id": "b5a346c5-bafa-40eb-bb9f-401c0f57db36",
- "name": "compsons",
- "roles": [
- "pam_admin",
- "resource_admin"
], - "deleted_at": "0001-01-01T00:00:00Z"
}
]
}