APIs & Integrations

LA23
Participant

How to save username from user-provisioning API

SOLVE

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?

1 Accepted solution
Jaycee_Lewis
Solution
Community Manager
Community Manager

How to save username from user-provisioning API

SOLVE

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

linkedin

Jaycee Lewis

Developer Community Manager

Community | HubSpot

View solution in original post

0 Upvotes
2 Replies 2
Jaycee_Lewis
Solution
Community Manager
Community Manager

How to save username from user-provisioning API

SOLVE

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

linkedin

Jaycee Lewis

Developer Community Manager

Community | HubSpot

0 Upvotes
LA23
Participant

How to save username from user-provisioning API

SOLVE

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

0 Upvotes