You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we want to change the subgroup name A/B to A/BB, we must make a PUT call to the scim/Groups/{id} endpoint.
The displayName cannot contain the character \, so we will enter BB and then it should be updated and shown in the dashboard as A/BB.
Currently, the dashboard only shows BB (unlike POST to scim/Groups when a subgroup is created).
The text was updated successfully, but these errors were encountered:
If we want to change the subgroup name A/B to A/BB, we must make a PUT call to the
scim/Groups/{id}
endpoint.The displayName cannot contain the character
\
, so we will enter BB and then it should be updated and shown in the dashboard as A/BB.Currently, the dashboard only shows BB (unlike POST to
scim/Groups
when a subgroup is created).The text was updated successfully, but these errors were encountered: