Skip to main content

check if user has authority for dealer group


ApiScope: manage.user.read
API Scope Level: ServiceSubscriberScope
Path Parameters
    userUUID string required
Request Body required
    dealerGroupUuids string[]
    authorities string[]
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    userDealerGroupAuthorities object
    property name* object[]
  • Array [
  • authority string
    description string
  • ]
POST /v2/users/:userUUID/dealer-groups/authorities/searches

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
userUUID — path required
Body required
{
"dealerGroupUuids": [
"string"
],
"authorities": [
"string"
]
}
curl / cURL
curl -L -X POST '/manage/v2/users/:userUUID/dealer-groups/authorities/searches' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerGroupUuids": [
"string"
],
"authorities": [
"string"
]
}'