Skip to main content

Get All Users

GET 

/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 stringrequired
    first_name stringrequired
    last_name stringrequired
    email stringrequired
    roles string[]required
    is_active booleanrequired
  • ]
Loading...