Create user and assign group API for JIRA cloud

Can someone help me with Jira cloud API? I’m looking for API to create a user and assign groups to the same user

Hi,
The Create user API can be used to create an user. The API will respond with an accountId of the newly created user. The accountId then can be used in the Add user to group API.

1 Like

Thanks @jtrzebiatowski I will try this out .