Microsoft Entra

List user apps

The following action retrieves a list of apps associated with a user.

Inputs

Field

Type

Description

userId [required]

string

Outputs

Expand All

Field

Type

Description

apps [required]

[object]

allowedMemberTypes

[string]

Specifies whether this app role can be assigned to users and groups (by setting to ['User']), to other application's (by setting to ['Application'], or both (by setting to ['User', 'Application']). App roles supporting assignment to other applications' service principals are also known as application permissions. The 'Application' value is only supported for app roles defined on application entities.

description

string,null

The description for the app role. This is displayed when the app role is being assigned and, if the app role functions as an application permission, during consent experiences.

displayName

string,null

id

string

Unique role identifier inside the appRoles collection. When creating a new app role, a new GUID identifier must be provided.

isEnabled

boolean

When creating or updating an app role, this must be set to true (which is the default). To delete a role, this must first be set to false. At that point, in a subsequent call, this role may be removed.

origin

string,null

Specifies if the app role is defined on the application object or on the servicePrincipal entity. Must not be included in any POST or PATCH requests. Read-only.

value

string,null

Specifies the value to include in the roles claim in ID tokens and access tokens authenticating an assigned user or service principal. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & ' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, as well as characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, are not allowed. May not begin with ..