v1

latestOpenAPI 3.0.3Apache 2.02026-07-1710047196.1 KB
user

Get all users

Retrieves a paginated list of users.

get/users

Query parameters

pageinteger

Page number for pagination

limitinteger

Number of items per page

Response

A list of users

first_namestring

firstname of the user

last_namestring

lastname of the user

roleinteger

User's role type (superadmin or user)

emailstring

User's primary contact email.

phonestring phone

User's primary contact phone number.

usernamestring

Last updated time

created_atstring date-time

Time of registration

updated_atstring date-time

Last updated time

access_tokenstring

A valid JWT that will expire in expires_in seconds.

expires_atstring date-time

UNIX timestamp after which the access_token should be renewed by using the refresh token with the refresh_token grant type.