Skip to content

Account

The account object defines information about an account that has been onboarded into Warden.

Example

{
    "id": "111111111111",
    "name": "account-123",
    "groups": [
        "group1",
        "group2"
    ],
    "status": "ACTIVE | INACTIVE | PENDING_DELETION",
    "created": "2022-01-01T01:01:01.000000Z",
    "creator": {
        "id": "abcd1234",
        "username": "john.doe",
        "first_name": "John",
        "last_name": "Doe",
        "email": "john@example.com"
    }
}