Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Note: This is only for the MTOA Platform Team.

Description

Enroll a user in an application with a role associated with services and permissions.

...

Syntax

Code Block
languagec#
Task<UserApplicationManagement>await GetApplicationByApplicationIdUserApplicationManagementManager.EnrollUser(int appId, int userId, UserRoleType roleId, int createdByUserId, int? organizationId = null);

Returns

Code Block
languagec#
UserApplicationManagementvoid

API

POST - /api/v1/userapplications/{id}/enrolluser

...