Users
Number of APIs: 15
-
Removes the user from the designated office. POST {{baseUrl}}/v2/accounts/{{accountId}}/users/{{userId}}/remove_from_office
-
CLASSIC COMPANY ONLY. Send an invitation to join the company as a manager. POST {{baseUrl}}/v2/accounts/{{accountId}}/users/invite_classic_manager
-
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
-
CLASSIC COMPANY ONLY. Send an invitation to join the company as an admin. POST {{baseUrl}}/v2/accounts/{{accountId}}/users/invite_classic_admin
-
Reinvites the pending user with the given userId. POST {{baseUrl}}/v2/accounts/{{accountId}}/users/{{userId}}/reinvite
-
CLASSIC COMPANY ONLY. Send an invitation to join the company as an agent. POST {{baseUrl}}/v2/accounts/{{accountId}}/users/invite_classic_agent
-
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
-
Retrieves user information for the user having the given UserId. GET {{baseUrl}}/v2/accounts/{{accountId}}/users/{{userId}}
-
Updates user information PUT {{baseUrl}}/v2/accounts/{{accountId}}/users/{{userId}}
-
Removes a user from the company. DELETE {{baseUrl}}/v2/accounts/{{accountId}}/users/{{userId}}