AssignUserToApp
Assigns a user to an app.
Input
| Name | Type | Description |
| UserId | String | Id of the user. |
| AppId | String | Id of the app. |
| UserScope | String | Indicates if the assignment is direct (USER) or by group membership (GROUP). |
Result Set Columns
| Name | Type | Description |
| Status | String | Stored procedure execution status. |
| Id | String | Id of the user. |
| Created | Datetime | Timestamp of when the object was created. |
| LastUpdated | Datetime | Timestamp of when the object was last updated. |
| Scope | String | Indicates if the assignment is direct (USER) or by group membership (GROUP). |
| AssignmentStatus | String | Status of the assignment. |