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[] nullable

    Data.

  • Array [
  • id uuid

    User ID

  • email string nullable

    Email

  • assignedApplications object[] nullable

    List of applications that are assigned to the user.

  • Array [
  • id uuid

    Application id

  • ]
  • assignedSubscriptions object[] nullable

    List of subscriptions that are assigned to the user.

  • Array [
  • id uuid

    Subscription ID

  • role UserRole

    Possible values: [admin, user, service]

    Role of a user.

  • ]
  • displayName string nullable

    Display name

  • ]
  • totalCount int32

    Total count.

Loading...