Skip to main content

Get All Users

Fetches all SDP users within the organization, whether they are active yet or not.

Responses

Returns a paginated list of User Details


Schema
  • Array [
  • id string required
  • first_name string required
  • last_name string required
  • email string required
  • roles string[] required
  • is_active boolean required
  • ]
Loading...