Using the "/post" on "/users" for Business Plan

Hi @Chris_Doty, happy to clarify! :slightly_smiling_face:

The endpoints that we recently added to the Business plan include:

User Invites:

  • GET /user_invites
  • POST /user_invites
  • GET /user_invites/{userInvitedId}
  • DELETE /user_invites/{userInvitedId}
  • POST /user_invites/{userInviteId}/user_attributes
  • DELETE /user_invites/{userInviteId}/user_attributes/{attributeName}

User Attributes:

  • POST /users/{userId}/user_attributes
  • DELETE /users/{userId}/user_attributes/{attributeName}
  • GET /user_attributes

I added those links to the post you mentioned to provide more clarity. Thank you for bringing this to my attention!

3 Likes