/api/v1/external-users (GET)
const url = 'https://api.endless.zaia.app/api/v1/external-users?pageNumber=1&pageSize=10';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url 'https://api.endless.zaia.app/api/v1/external-users?pageNumber=1&pageSize=10'Retrieves multiple external users.
Parameters
Seção intitulada “Parameters”Query Parameters
Seção intitulada “Query Parameters”A UUID v4 string that identifies an entity.
A UUID v4 string that identifies an entity.
The page number.
The page number.
The page size.
The page size.
A UUID v4 string that identifies an entity.
A UUID v4 string that identifies an entity.
Responses
Seção intitulada “Responses”Retrieves all external users for the workspace.
object
A UUID v4 string that identifies an entity.
Whether the external user is blocked.
The ID of the channel associated with the external user.
External reference in the integrated system.
The ID of the external user group associated with the external user.
A unique identifier of the external user (usernames, emails, phone numbers and etc).
The display name of the external user.
The ID of the super identity associated with the external user.
The ID of the tier associated with the external user.
The ID of the workspace associated with the external user.
Examplegenerated
[ { "createdAt": "2026-04-15T12:00:00Z", "id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "updatedAt": "2026-04-15T12:00:00Z", "blocked": true, "channelId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "externalId": "example", "externalUserGroupId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "identifier": "example", "name": "example", "superIdentityId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "tierId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "workspaceId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0" }]Bad Request.
The description of a known exception.
object
The error code.
The error call-to-action.
object
The error feedback.
object
The error message.
The error name.
Example
{ "cta": { "type": "support-contact" }}Unauthorized.
The description of a known exception.
object
The error code.
The error call-to-action.
object
The error feedback.
object
The error message.
The error name.
Example
{ "cta": { "type": "support-contact" }}