GET v1/bunits/{bunitId}/users/{userId}/movedestinations
Returns the business units that the user can be moved to
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bunitId |
integer |
Required |
|
userId |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The user for the active profile.
SimpleBusinessUnitName | Description | Type | Additional information |
---|---|---|---|
Id |
The business unit ID. |
integer |
None. |
ParentId |
The business unit relation's parent ID. |
integer |
None. |
Name |
The name of the business unit. |
string |
None. |
GroupName |
The name of the group the business unit is a part of |
string |
None. |
SystemId |
globally unique identifier |
None. |
|
RemoteId |
integer |
None. |
|
ReportRemotely |
boolean |
None. |
|
SynchronizeConsumerNames |
boolean |
None. |
|
BusinessUnits |
The business unit's children. |
Collection of SimpleBusinessUnit |
None. |
Tags |
Collection of Tag |
None. |
|
HasContract |
boolean |
None. |
|
HasReferral |
boolean |
None. |
|
InvoiceConsumer |
boolean |
None. |
|
InvoiceDay |
The day of the month customers of this business unit are invoiced. Default value is zero (0) and represents the last day of the month. |
integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.