Hi,
When i assign people to my scim app, i am getting a use creation schema in the post request,
the element group is empty =
the user is under a group , why i dont get the group info ??
thanks
Hi @asafga
The group needs to also be pushed from Okta’s side to your SCIM server. Once this is done, Okta will do a PATCH request on /Groups endpoint with “add” operation to add the group member.
thank you!!! it help me