Legacy Dev Forum Posts

 View Only

Sign Up

  • 1.  Inviting users using API

    Posted 06-05-2025 18:11

    Jacob | 2017-01-30 22:49:42 UTC | #1

    When creating a user account, Purecloud gives the option to "invite a user". It seems this is done via:

    https://apps.mypurecloud.com/directory/api/v1/inviteUser

    Is there any way to do this via the current API? I can't find any reference to "invite" in the API docs.


    tim.smith | 2017-01-31 16:18:18 UTC | #2

    No, that operation is not currently part of the Platform API. There is an ongoing effort to migrate private functionality like that to the Platform API, however. I've made a note that this specific resource has been requested.


    system | 2017-08-28 19:31:45 UTC | #3


    chuck.pulfer | 2017-12-13 15:41:49 UTC | #4

    Invite user is now available:

    POST /api/v2/users/{id}/invite

    See user docs for more details https://developer.mypurecloud.com/api/rest/v2/users/index.html


    This post was migrated from the old Developer Forum.

    ref: 868