Get dealer associate for users.
ApiScope: manage.dealerassociate.read
API Scope Level: DepartmentScope
Path Parameters
ServiceSubscriberDepartment string required
application/json
Request Body required
userUUIDList string[]
Responses
- 200
- 400
- 401
- 403
- 500
OK
application/json
application/x-protobuf
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
dealerAssociate object
latestInviteDate string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string",
"dealerAssociate": {
"id": 0,
"uuid": "string",
"userUuid": "string",
"firstName": "string",
"lastName": "string",
"userName": "string",
"cellPhone": "string",
"textNumber": "string",
"isTextNumberVerified": true,
"emailAddress": "string",
"nickname": "string",
"associateDmsID": "string",
"imageUrl": "string",
"isValid": true,
"bio": "string",
"userInviteStatus": "string",
"defaultThreadOwnerUserUUID": "string",
"outOfOffice": true,
"outOfOfficeStartDate": "string",
"ssoFeatureEnabled": true,
"isDealerMappedToSsoPartner": true,
"isSsoPartnerMapped": true,
"department": {
"id": 0,
"name": "string",
"uuid": "string",
"calendarUuid": "string",
"brokerNumber": "string",
"communicationGroup": "string",
"departmentType": "string",
"phoneNumber": "string",
"textNumber": "string",
"emailAddress": "string",
"contactFName": "string",
"contactLName": "string",
"dealer": {
"id": 0,
"name": "string",
"uuid": "string",
"isValid": true
}
},
"role": {
"roleName": "string",
"roleAcronym": "string"
}
},
"latestInviteDate": "string"
}
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
dealerAssociate object
latestInviteDate string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string",
"dealerAssociate": {
"id": 0,
"uuid": "string",
"userUuid": "string",
"firstName": "string",
"lastName": "string",
"userName": "string",
"cellPhone": "string",
"textNumber": "string",
"isTextNumberVerified": true,
"emailAddress": "string",
"nickname": "string",
"associateDmsID": "string",
"imageUrl": "string",
"isValid": true,
"bio": "string",
"userInviteStatus": "string",
"defaultThreadOwnerUserUUID": "string",
"outOfOffice": true,
"outOfOfficeStartDate": "string",
"ssoFeatureEnabled": true,
"isDealerMappedToSsoPartner": true,
"isSsoPartnerMapped": true,
"department": {
"id": 0,
"name": "string",
"uuid": "string",
"calendarUuid": "string",
"brokerNumber": "string",
"communicationGroup": "string",
"departmentType": "string",
"phoneNumber": "string",
"textNumber": "string",
"emailAddress": "string",
"contactFName": "string",
"contactLName": "string",
"dealer": {
"id": 0,
"name": "string",
"uuid": "string",
"isValid": true
}
},
"role": {
"roleName": "string",
"roleAcronym": "string"
}
},
"latestInviteDate": "string"
}
Bad Request
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Unauthorized
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Forbidden
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Internal Server Error
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
POST /v2/department/:ServiceSubscriberDepartment/users
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/manage/v2/department/:ServiceSubscriberDepartment/users' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"userUUIDList": [
"string"
]
}'
python / requests
curl -L -X POST '/manage/v2/department/:ServiceSubscriberDepartment/users' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"userUUIDList": [
"string"
]
}'
go / native
curl -L -X POST '/manage/v2/department/:ServiceSubscriberDepartment/users' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"userUUIDList": [
"string"
]
}'
nodejs / axios
curl -L -X POST '/manage/v2/department/:ServiceSubscriberDepartment/users' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"userUUIDList": [
"string"
]
}'
ruby / Net::HTTP
curl -L -X POST '/manage/v2/department/:ServiceSubscriberDepartment/users' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"userUUIDList": [
"string"
]
}'
csharp / RestSharp
curl -L -X POST '/manage/v2/department/:ServiceSubscriberDepartment/users' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"userUUIDList": [
"string"
]
}'
php / cURL
curl -L -X POST '/manage/v2/department/:ServiceSubscriberDepartment/users' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"userUUIDList": [
"string"
]
}'
java / OkHttp
curl -L -X POST '/manage/v2/department/:ServiceSubscriberDepartment/users' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"userUUIDList": [
"string"
]
}'
powershell / RestMethod
curl -L -X POST '/manage/v2/department/:ServiceSubscriberDepartment/users' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"userUUIDList": [
"string"
]
}'