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
    dealerGroupUUID string required
    authority string required
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    isValid boolean
GET /v2/users/:userUUID/dealer-groups/:dealerGroupUUID/authorities/:authority

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
userUUID — path required
dealerGroupUUID — path required
authority — path required
curl / cURL
curl -L -X GET '/manage/v2/users/:userUUID/dealer-groups/:dealerGroupUUID/authorities/:authority' \
-H 'Accept: application/json'