Users

Number of APIs: 15

  1. Removes the user from the designated office. POST {{baseUrl}}/v2/accounts/{{accountId}}/users/{{userId}}/remove_from_office

  2. CLASSIC COMPANY ONLY. Send an invitation to join the company as a manager. POST {{baseUrl}}/v2/accounts/{{accountId}}/users/invite_classic_manager

  3. NON-CLASSIC COMPANY ONLY. Send an invitation to the user or non-user having the given email. POST {{baseUrl}}/v2/accounts/{{accountId}}/users/invite_user

  4. CLASSIC COMPANY ONLY. Send an invitation to join the company as an admin. POST {{baseUrl}}/v2/accounts/{{accountId}}/users/invite_classic_admin

  5. Reinvites the pending user with the given userId. POST {{baseUrl}}/v2/accounts/{{accountId}}/users/{{userId}}/reinvite

  6. CLASSIC COMPANY ONLY. Send an invitation to join the company as an agent. POST {{baseUrl}}/v2/accounts/{{accountId}}/users/invite_classic_agent

  7. Gets a paged-list of GET {{baseUrl}}/v2/accounts/{{accountId}}/users?filter={{filter}}&sort={{sort}}&defaultOfficeId={{defaultOfficeId}}&accessLevel={{accessLevel}}&titleId={{titleId}}&roleId={{roleId}}&status={{status}}&lockedOnly={{lockedOnly}}&startPosition=0&count=100

  8. Retrieves user information for the user having the given UserId. GET {{baseUrl}}/v2/accounts/{{accountId}}/users/{{userId}}

  9. Updates user information PUT {{baseUrl}}/v2/accounts/{{accountId}}/users/{{userId}}

  10. Removes a user from the company. DELETE {{baseUrl}}/v2/accounts/{{accountId}}/users/{{userId}}