Skip to content

Expose :active attribute to SCIM API

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 Jiovanni Castillo

Merge request reports