Skip to content

Expose :active attribute to SCIM API

Jio Castillo requested to merge 387453-add-active-attribute-to-scim-api into master

What does this MR do and why?

Exposes the :active attribute for SCIM identities so group owners can distinguish between active and inactive identities associated to users.

Screenshots or screen recordings

Before After
image image

How to set up and validate locally

  1. For a group with SCIM enabled and users with SCIM identities, execute the following:
  • curl --location --request GET '{instance_url}/api/v4/groups/:groupID/scim/identities' --header 'Private-Token: TOKEN'

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #387453 (closed) and customer Zendesk ticket(internal)

Edited by Jio Castillo

Merge request reports

Loading