Skip to content

API implementation for fetching identities and update extern_uid

Smriti Garg requested to merge smriti/227841_allow_update_extern_uid_api into master

What does this MR do and why?

#227841 (closed) - Solves

Screenshots

Screenshot_2022-09-21_at_7.45.42_PM

Screenshot_2022-09-21_at_7.46.26_PM

How to reproduce.

Following curl commands can be used to test new API implementation

curl --location --request GET 'https://gdk.test:3443/api/v4/groups/33/saml/identities' \
--header 'PRIVATE-TOKEN: bMyzyngq8-Xa3eJFk5sW' \
curl --location --request PATCH 'https://gdk.test:3443/api/v4/groups/33/saml/4' \
--header 'PRIVATE-TOKEN: bMyzyngq8-Xa3eJFk5sW' \
--form 'extern_uid="5"' \
--form 'active="false"'
Edited by Smriti Garg

Merge request reports