Skip to main content

List organization users

List organization users

Path Parameters
    id string required
Query Parameters
    permission_filter string
    with_roles boolean
Responses

A successful response.


Schema
    users object[]
  • Array [
  • id string
    name can either be empty or must start with a character

    Unique name of the user.

    title string

    Name of the user.

    email string
    metadata object
    created_at date-time

    The time the user was created.

    updated_at date-time

    The time the user was last updated.

    state string

    The state of the user (enabled or disabled).

    avatar string

    The base64 encoded image string of the user avatar. Should be less than 2MB.

  • ]
  • role_pairs object[]
  • Array [
  • user_id string
    roles object[]
  • Array [
  • id string
    name string
    permissions string[]
    title string
    metadata object
    created_at date-time

    The time the role was created.

    updated_at date-time

    The time the role was last updated.

    org_id string
    state string
    scopes string[]
  • ]
  • ]
Loading...