/
GetApplicationByApplicationId

GetApplicationByApplicationId

Note: This is only for the MTOA Platform Team.

Description

Gets a UserApplicationManagement object with the user’s application roles and permissions based on the application identification number.

Package Details

Interface

IUserApplicationManagementManager

Syntax

Task<UserApplicationManagement> GetApplicationByApplicationId(int appId)

Returns

UserApplicationManagement

API

GET - /api/v1/userapplications

Parameters

Parameter

Description

Type

Parameter

Description

Type

id

The identification number of the application.

The application must exist.

Path

Returns

HTTP 200 - OK

Returns the user application information with roles and permissions of a specific application.

Sample response body – Returns values for the specified application id.

Example

 

Related content

UserApplicationManagementManager
UserApplicationManagementManager
Read with this
GetUsersByApplicationId
GetUsersByApplicationId
Read with this
RemoveAccess
RemoveAccess
Read with this
MTAPI Response Codes
MTAPI Response Codes
Read with this
EnrollUser
EnrollUser
Read with this