Skip to main content
GET
/
rbac
/
groups
Error
A valid request URL is required to generate request examples
{
  "items": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "description": "<string>",
      "created_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "members": [
        {
          "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "email": "<string>",
          "added_at": "2023-11-07T05:31:56Z",
          "first_name": "<string>",
          "last_name": "<string>"
        }
      ],
      "member_count": 0
    }
  ],
  "total": 123
}

Authorizations

fastapiusersauth
string
cookie
required

Response

200 - application/json

Successful Response

Response schema for listing groups.

items
GroupReadWithMembers · object[]
required
total
integer
required