User REST Endpoints
User
The operations from the User category.
- List applications assigned to a user
- Method: getPath:
/oiri/api/v1/users/{userId}/applications - List entitlements assigned to a user
- Method: postPath:
/oiri/api/v1/users/{userId}/entitlements/.search - List roles that are granted to a user
- Method: postPath:
/oiri/api/v1/users/{userId}/roles/.search - List user details for a given userId
- Method: getPath:
/oiri/api/v1/users/{userId} - List user details for a given username
- Method: getPath:
/oiri/api/v1/users/username/{username}