get | SELECT | appId, userId, subdomain | Fetches a specific user assignment for application by id . |
list | SELECT | appId, subdomain | Enumerates all assigned application users for an application. |
insert | INSERT | appId, subdomain | Assigns an user to an application with credentials and an app-specific profile. Profile mappings defined for the application are first applied before applying any profile properties specified in the request. |
delete | DELETE | appId, userId, subdomain | Removes an assignment for a user from an application. |
update | EXEC | appId, userId, subdomain | Updates a user's profile for an application |