Okta - List applications assigned to user action

This lists the applications that are assigned under a user with the associated metadata information.

Input

FieldDescription
User IDThe unique ID of the target user.
Page sizeThe maximum number of records to return in a single response. Default to 50.
Next page tokenThe token for continuing a previous list request on the next page. Provide the token from a previous response here.

Output

The output datatree contains a list of user applications. Each user application contains information like the application ID and application name. Refer to the Okta Apps API response parameters documentation for more details on the output fields.

FieldDescription
IDThe unique ID for the application.
NameThe name of the application.
LabelThe label added to the application.
StatusCurrent status of the user's application.
CreationThe timestamp when the application was created.
Last updatedThe timestamp when the application was last updated.
AccessibilityObject containing details such as whether the application is self service or not, the login URL, etc.
VisibilityObject containing visibility details about the application.
LinksObject containing specific links to users, groups and so on.
CredentialsObject containing credential-related details such as whether the password is revealed or not.
EmbeddedObject containing user details.
List sizeThe number of groups in the list.
List indexThe index of this group in the list of groups.

Last updated: