Custom ID Types
The custom_id_types
table contains data about custom ID types present in the organization.
This table can be used to determine which ID types exist, as well as metadata about the ID type such as when it was created.
Columns
Column Name | Description | Type | Nullable |
---|---|---|---|
id | The numerical identifier of the object. | INT8 | No |
internal_name | The internal name of the custom ID type, for use on the API and other similar internal situations. | VARCHAR | Yes |
label | The label used for this custom ID type on the user interface. | VARCHAR | No |
active | Whether this custom ID type is active or not. | BOOL | Yes |
created_at | The UTC timestamp when this object was created. | TIMESTAMP | No |
updated_at | The UTC timestamp when this object was updated. | TIMESTAMP | No |