Skip to main content

Get users or groups

GET 

/tenant/entities

Get a list of users or groups in your Blink tenant.

Request

Query Parameters

Responses

OK

Schema
    limit integer
    offset integer
    results object[]
  • Array [
  • auth_ids string[]
    description string
    email string
    entity_id string
    entity_type string
    is_invite boolean
    member_count integer
    name string
    role string
    status string
  • ]
  • total integer
Loading...