Identities REST Endpoints

Process/Identities
Manage Identities
Add a Member to a Role/Remove a Member from a Role
Method: post
Path: /ic/api/process/v1/identities/roles/{roleid}/members
Delete an Application Role
Method: delete
Path: /ic/api/process/v1/identities/roles/{roleid}
Retrieve a Group
Method: get
Path: /ic/api/process/v1/identities/groups/{groupid}
Retrieve a Logged in User
Method: get
Path: /ic/api/process/v1/identities/loggedInUser
Retrieve a Role
Method: get
Path: /ic/api/process/v1/identities/roles/{roleid}
Retrieve a User
Method: get
Path: /ic/api/process/v1/identities/users/{userid}
Retrieve All Users, Groups or Roles
Method: get
Path: /ic/api/process/v1/identities/{scope}
Retrieve Identities
Method: get
Path: /ic/api/process/v1/identities
Retrieve Members in a Role
Method: get
Path: /ic/api/process/v1/identities/roles/{roleid}/members
Retrieve users in a group
Method: get
Path: /ic/api/process/v1/identities/groups/{groupid}/users