List all Admins
GET {{cryptr_service_url}}/api/v2/org/:org_domain/admins?page=1&per_page=2
Returns a list of your Admins. The Admins are returned sorted by creation date, with the most recent appearing first.
RETURNS
A dictionary with a data property that contains an array of up to limit Admins. Each entry in the array is a separate Admin type. If no Admins are available, the resulting array will be empty. This request should never return an error.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | number | Precise the page of your listing. | |
per_page | number | Precise the size of the pages of the pagination of the list. |
RESPONSES
status: OK
{"__type__":"List","data":[{"accepted_invitation_at":null,"color":"fuchsia-700","declined_to_be_in_charge_at":null,"email":"olivia@barker.co","id":"fcf60a56-c9c5-4617-bd48-cacf7ab136e4","inserted_at":"2024-04-10T13:22:19","invited_at":"2024-04-10T13:22:19","last_login_at":null,"organization":{"__type__":"Organization","allowed_email_domains":["barker.co"],"color":"blue-600","domain":"barker","environments":[{"name":"sandbox","status":"up"},{"name":"production","status":"down"}],"icon_logo_url":null,"id":"ae3480b2-8f3c-4374-a785-e04f81d51fe5","inline_logo_url":null,"inserted_at":"2023-12-07T13:17:00","locale":null,"name":"Barker","status":{"errors":[],"estimated_time_to_complete_in_seconds":null,"progress_in_percentage":null,"state":"terminated"},"updated_at":"2024-04-10T12:46:32"},"updated_at":"2024-04-10T13:22:19"}],"pagination":{"current_page":1,"current_pages":[1],"next_page":1,"per_page":2,"prev_page":1,"total_pages":1},"total":1}