cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1096
Views
0
Helpful
2
Replies

Activate account without email verification.

joesnyde
Cisco Employee
Cisco Employee

Is it possible to manually change a new user's account status without having the user activate through email?

For example change the status of the person through API

"invitePending": true, "loginEnabled": false,


to


"invitePending": false, "loginEnabled": true,

Or from the administration hub, can this be done?

Thanks

Joe

2 Replies 2

keglass
Level 7
Level 7

Joe,

I recommend you also post this to the Cisco DevNet Community for more information and feedback.

Cisco Devnet: APIs, SDKs, Sandbox, and Community for Cisco Developers

I hope this helps.
Kelli Glass

Moderator for Cisco Customer Communities

Hi Kelli

Based on the response message it appears that these two fields cannot be changed

"Invite Pending"

{

    "message": "Field invitePending cannot be changed from true to false.",

    "errors": [

        {

            "description": "Field invitePending cannot be changed from true to false."

        }

    ],

    "trackingId": "NA_f38bf2d5-e17d-4d64-8bfd-faa034782213"

}

"Login Enabled"

{

    "message": "Field loginEnabled cannot be changed from false to true.",

    "errors": [

        {

            "description": "Field loginEnabled cannot be changed from false to true."

        }

    ],

    "trackingId": "NA_68883f39-94a8-47b9-b876-d06591ecbc22"

}

Thank you,

Joe