GET Subject (Batch)
POST/subjects/$batch/get
GET Subject (Batch)
Request
- application/json
Body
subjectIds uuid[]
Responses
- 200
Collection of subjects, in the same order as requested.
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
subjects
object[]
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
{
"subjects": [
{
"subjectId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "User",
"displayName": "string",
"serviceAccount": {
"workspaceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"creatorSubjectId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
},
"user": {
"emailAddress": "string"
}
}
]
}
Loading...