List Credentials

Get all credentials

Returns a list of all credentials.

/acs/credentials/list

post

Returns a list of all credentials.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
anyOptional
or
or
or
or
objectOptional
and
Responses
200

OK

application/json
post
/acs/credentials/list

Request

Filter the list of returned credentials by ACS user, access control system, or user identity by including one or more of the acs_user_id, acs_system_id, or user_identity_id parameters, respectively, in the request body. You can also include the is_multi_phone_sync_credential parameter.

Request Body Parameters

Parameter
Type
Description

acs_user_id

String (UUID) Optional

ID of the user for which you want to retrieve all credentials

acs_system_id

String (UUID) Optional

ID of the access control system for which you want to retrieve all credentials

user_identity_id

String (UUID) Optional

ID of the user identity for which you want to retrieve all credentials

is_multi_phone_sync_credential

Boolean Optional

Indicates whether you want to retrieve only multi-phone sync credentials or non-multi-phone sync credentials

Sample Request

Response

Returns an acs_credentials array, in which each returned acs_credential contains the following properties:

Property
Description

acs_credential_id

ID of the credential

acs_user_id

ID of the user to whom the credential belongs

display_name

Display name that corresponds to the credential type

code

Access (PIN) code for the credential

acs_system_id

ID of the access control system that contains the credential

access_method

Access method for the credential. Supported values: code, card, mobile_key

external_type

Brand-specific terminology for the credential type

external_type_display_name

Display name that corresponds to the brand-specific terminology for the credential type

workspace_id

ID of the workspace that contains the credential

created_at

Date and time at which the credential was created

is_multi_phone_sync_credential

Indicates whether the credential is a multi-phone sync credential

starts_at

Date and time at which the credential validity starts, in ISO 8601 format

ends_at

Date and time at which the credential validity ends, in ISO 8601 format

XXX_metadata

ACS manufacturer-specific metadata for the credential, where XXX is the manufacturer

Sample Response

This response contains manufacturer-specific metadata that may vary by manufacturer.

Last updated

Was this helpful?