Users REST Endpoints
Users
- Creates users
- Method: postPath:/iam/governance/selfservice/api/v1/users
- Get all proxies for user based on user ID
- Method: getPath:/iam/governance/selfservice/api/v1/users/{uuid}/proxies
- Get direct reportees of user based on user ID
- Method: getPath:/iam/governance/selfservice/api/v1/users/{uuid}/directs
- Get recent activity for user based on user ID
- Method: getPath:/iam/governance/selfservice/api/v1/users/{uuid}/recentactivities
- Get status of the specified user.
- Method: getPath:/iam/governance/selfservice/api/v1/users/{uuid}/status
- Patch the proxies for user based on user id
- Method: patchPath:/iam/governance/selfservice/api/v1/users/{uuid}/proxies
- Patch users
- Method: patchPath:/iam/governance/selfservice/api/v1/users
- Returns users
- Method: getPath:/iam/governance/selfservice/api/v1/users
- Search user based on user id
- Method: getPath:/iam/governance/selfservice/api/v1/users/{uuid}
- Update User based on user id
- Method: patchPath:/iam/governance/selfservice/api/v1/users/{uuid}
- Update User based on user id
- Method: putPath:/iam/governance/selfservice/api/v1/users/{uuid}
- Update user password
- Method: putPath:/iam/governance/selfservice/api/v1/users/{uuid}/password
- Update users
- Method: putPath:/iam/governance/selfservice/api/v1/users
- Updates the challenges for user based on user ID
- Method: putPath:/iam/governance/selfservice/api/v1/users/{uuid}/challengequestions