User REST Endpoints

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