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 - Get User Based on User ID
- Method: getPath:
/iam/governance/selfservice/api/v1/users/{uuid} - Get users
- Method: getPath:
/iam/governance/selfservice/api/v1/users - Patch the proxies for user based on user id
- Method: patchPath:
/iam/governance/selfservice/api/v1/users/{uuid}/proxies - Patch User Based on User ID
- Method: patchPath:
/iam/governance/selfservice/api/v1/users/{uuid} - Patch users
- Method: patchPath:
/iam/governance/selfservice/api/v1/users - Update Challenge Responses for a User Based on User ID
- Method: putPath:
/iam/governance/selfservice/api/v1/users/{uuid}/challengequestions - 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