Skip to main content

Get the tenant group by id

GET 

/api/v1/mssp/:mssp-id/tenant-group/:id

x-public: "true"

Gets a tenant group by id.

Request

Path Parameters

    mssp-id stringrequired

    the mssp the managed tenants belong to

    id uuidrequired

    the id of the tenant group

Responses

OK

Schema
    id uuid
    groupName string
    tenants object[]
  • Array [
  • externalTenantId string
    prismaId string
  • ]
  • createdAt int64
    createdBy string
Loading...