v1

latestOpenAPI 3.0.02026-08-06194226589.8 KB
Users

Get users by query.

Search the user by query that contains the email address or the part of the email address.

get/api/users

Query parameters

querystring

The query to search the user by email address. Case invariant.

Response

Users returned.

_linksobject required

The links.

idstring required

The ID of the user.

emailstring required

The email of the user. Unique value.

displayNamestring required

The display name (usually first name and last name) of the user.

isLockedboolean required

Determines if the user is locked.

permissionsstring[] required

Additional permissions for the user.