Skip to main content

GET Subject (Batch)

POST 

/subjects/$batch/get

GET Subject (Batch)

Request

Body

    subjectIds uuid[]

Responses

Collection of subjects, in the same order as requested.

Schema

    subjects

    object[]

  • Array [

  • subjectId uuid
    type Spotflow.IotPlatform.IAM.Protocols.Shared.SubjectType (string)

    Possible values: [User, Service, Group]

    displayName string

    serviceAccount

    object

    workspaceId uuidnullable
    creatorSubjectId uuidnullable

    user

    object

    emailAddress string
  • ]

Loading...