Jan 27, 2023 11:28 PM - edited Jan 28, 2023 8:57 PM
I checked this post https://community.hubspot.com/t5/HubSpot-Ideas/Add-user-in-customized-form-in-User-Provisioning-API/...
But developer team didn't still reply.
I would like to add user data too.
like first name, last name, email and uniq ID.
However, settings API doesn't include user name(first and last name).
```
{
"email": "newUser@email.com",
"roleId": "100",
"primaryTeamId": "101",
"sendWelcomeEmail": false,
"secondaryTeamIds": [
"102"
]
}
```
Therefore, how to save those data?
If you know let me know.
And if there is no any API, is there any ideas?
Solved! Go to Solution.
Jan 30, 2023 12:55 PM
Hi, @LA23 👋 You are not missing an option. It's not possible to add extra properties when provisioning a user with this endpoint. I 100% understand why this would be a useful addition. There is not a workaround I can offer via our API endpoints.
I'd either create a new Ideas post with your specific use case and details, or add to the existing one and include an upvote.
Best,
Jaycee
Jan 30, 2023 12:55 PM
Hi, @LA23 👋 You are not missing an option. It's not possible to add extra properties when provisioning a user with this endpoint. I 100% understand why this would be a useful addition. There is not a workaround I can offer via our API endpoints.
I'd either create a new Ideas post with your specific use case and details, or add to the existing one and include an upvote.
Best,
Jaycee
Jan 30, 2023 11:12 PM
Thank you @Jaycee_Lewis
I just wrote my proposal on the thread.
I hope you read that and you do upvote if it is good one