Skip to content

Add using_license_seat param to users API endpoint (for admins)

What does this MR do?

This MR introduces a new optional parameter using_license_seat to the users API endpoint for admins.

Now an admin can request /api/v4/users?using_license_seat=true to get a list containing only the billable users in their license.

Based on EE::User.using_license_seat method introduced in !43658 (closed).

Part of #36750 (closed)

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Amparo Luna

Merge request reports