Skip to main content

Get FeatureToAuthority mappings for teams with purpose


ApiScope: manage.feature.read
API Scope Level: ServiceSubscriberScope
Request Body required
    purposeUuids string[]
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    authority object
    property name* object[]
  • Array [
  • authority string
    description string
  • ]
POST /v2/mapping/featureToAuthority/teams

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
Body required
{
"purposeUuids": [
"string"
]
}
Accept
curl / cURL
curl -L -X POST '/manage/v2/mapping/featureToAuthority/teams' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"purposeUuids": [
"string"
]
}'