Hi All,

I am currently working on registering a user with user realm role and client role assignment.

Steps followed
1/ create user (retrieve the user ID from Location header)
2/ get user details
3/ update password  
4/ create realm role
5/ retrieve all realm roles and filter the ones which needs to be assigned (since the assignment of roles requires the role ID)
6/ assign realm role
7/ same for the application roles as well, which also has multiple iterations for each client

With all the API calls the user registration seems to have 8+ API calls and I would like to know if there are any other alternatives/suggestions to get the user registration flow working more efficiently. 

Is there any plan to give a consolidated user registration API in the future?

Regards,