Skip to main content

Get Users

Gets users filtered by given subscription ID and application IDs. When no application IDs are given, they are derived from the calling AAD application.

Query Parameters
  • subscriptionId uuid

    Subscription ID.

  • applicationId uuid[]

    Optional list of application IDs.

Responses

Ok


Schema
  • data object[] required

    Data.

  • Array [
  • id uuid required

    User ID

  • email string required

    Email

  • assignedApplications object[] required

    List of applications that are assigned to the user.

  • Array [
  • id uuid required

    Application id

  • ]
  • assignedSubscriptions object[] required

    List of subscriptions that are assigned to the user.

  • Array [
  • id uuid required

    Subscription ID

  • role object

    Role of a user.

  • ]
  • displayName string nullable deprecated

    Display name

  • firstName string nullable

    First name

  • lastName string nullable

    Last name

  • ]
  • totalCount int32 required

    Total count.

Loading...