Skip to main content

Get User

Get a user by a given ID.

External Documentation

To learn more, visit the Authentik documentation.

Parameters

ParameterDescription
User IDThe ID of user. Can be obtained by the List Users action.

Example Output

{
"attributes": {},
"avatar": "User's avatar, either a http/https URL or a data URI",
"email": "Email address",
"groups": [
"uuid"
],
"groups_obj": [
{
"attributes": {},
"is_superuser": false,
"name": "string",
"num_pk": 0,
"parent": "uuid",
"parent_name": "string",
"pk": "Group uuid"
}
],
"is_active": false,
"is_superuser": false,
"last_login": "date-time",
"name": "User's display name.",
"path": "string",
"pk": 0,
"type": "string",
"uid": "string",
"username": "string",
"uuid": "uuid"
}

Workflow Library Example

Get User with Authentik and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop