v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
Users API

Retrieve User details

Use this endpoint to get detailed information about a specific user using their unique identifier.

get/v1/users/{id}

Path parameters

idstring required

The unique identifier of the user you want to retrieve.

Response

Detailed information about a specific user.

emailstring

User’s email address.

firstNamestring

User’s first name.

groupsstring[]

List of groups the user belongs to.

idstring

Unique identifier of the user.

lastNamestring

User’s last name.

usernamestring

Unique username.