v1

latestOpenAPI 3.1.02026-07-24416405768.8 KB
d) Customer Management

Get a list of positions held by the customer

Positions are held by customers in an organisation. E.g. CEO, employee etc. Positions impact security access to wallets held by the organisation

get/eclipse-conductor/rest/v1/tenants/{tenantId}/customers/{customerId}/positions

Path parameters

tenantIdinteger required
customerIdinteger required

Query parameters

fieldsstring

fields=<comma delimited list of fields> to have the user positions sub data populated. Pass 'organisations' to include organisations details in the response, 'divisions' for division details

limitinteger
offsetinteger
organisationPosition'DIRECTOR' | 'EMPLOYEE' | 'HEAD' | 'MANAGER' | 'MEMBER' | 'OWNER' | 'PARTNER' | 'PRIMARY_CONTACT'

To filter result based on the Organisation Position. For example: Pass 'Manager' if want to return Organisation Positions where User is Manager.

Response

OK

divisionIdinteger
organisationIdinteger required
position'DIRECTOR' | 'EMPLOYEE' | 'HEAD' | 'MANAGER' | 'MEMBER' | 'OWNER' | 'PARTNER' | 'PRIMARY_CONTACT' required

Example response

[
  {
    "organisation": {
      "created": "2022-03-10T12:15:50-04:00",
      "lastModified": "2022-03-10T12:15:50-04:00"
    }
  }
]