Manage Permission Sets

Get,update and delete a permission set.

Get details of a permission set

Path Parameters

  • tenantIdstringrequired

    Describes the clientId or mspId of the tenant

  • idstringrequired

    Permission set ID

Responses

  • uniqueIdstring

  • namestringrequired

  • descriptionstring

  • permissionsarrayrequired

  • scopestringrequired

    Enum:
    MSPCLIENT

    Default: CLIENT

  • clientUUIDstring

  • partnerUUIDstring

Loading Examples...

Update a permission set

Path Parameters

  • tenantIdstringrequired

    Describes the clientId or mspId of the tenant

  • idstringrequired

    Permission set ID

Request Body

application/json

  • descriptionstring

  • permissionsarray

  • clientUuidstring

Loading Examples...

Responses

  • uniqueIdstring

  • namestringrequired

  • descriptionstring

  • permissionsarrayrequired

  • scopestringrequired

    Enum:
    MSPCLIENT

    Default: CLIENT

  • clientUUIDstring

  • partnerUUIDstring

Loading Examples...

Delete a permission set

Path Parameters

  • tenantIdstringrequired

    Describes the clientId or mspId of the tenant

  • idstringrequired

    Permission set ID

Responses

200OK