v1

latestOpenAPI 3.0.12026-08-0435481.5 MB
Applications

Assign user consent scopes to application.

Assign the user consent scopes to an application by application id

post/api/applications/{applicationId}/user-consent-scopes

Path parameters

applicationIdstring required

The unique identifier of the application.

Request body

organizationScopesstring[]

A list of organization scope id to assign to the application. Throws error if any given organization scope is not found.

resourceScopesstring[]

A list of resource scope id to assign to the application. Throws error if any given resource scope is not found.

organizationResourceScopesstring[]

A list of organization resource scope id to assign to the application. Throws error if any given resource scope is not found.

userScopesstring[]

A list of user scope enum value to assign to the application.

Response

All the user consent scopes are assigned to the application successfully