Skip to main content

Count users of a client

GET 

/nevisidm/api/core/v1/clients/:clientExtId/users/count

Since: 2.80.0

Required permission(s): AccessControl.ClientView,AccessControl.UserView

Returns the total number of users in the client with the given external ID. Supports filtering.

Request

Path Parameters

    clientExtId stringrequired

    External ID of the client.

    Example: client-123

Query Parameters

    allParams objectrequired

Responses

User count retrieved successfully

Schema
    count int64

    The count of the requested resources.

Loading...