Filter parameters to help you filter the user data retrieved via our User API.
/api/users
GET endpointThe GET endpoint /api/users to retrieve users provides a filter
parameter that supports filtering using the SCIM notation.
Property | Filter operator | Allowed values |
---|---|---|
groups | is member (eq )not member ( ne ) | {groupID} |
staffbase.creationType | equal to (eq ) |
|
staffbase.role User Role Type | equal to (eq ) |
|
staffbase.space | is member (eq ) | {spaceID} |
staffbase.status | equal to (eq ) |
|
created The point in time when the user was created in the platform. | gt , ge , le , lt , eq , ne | The value for the point in time is dynamic. Examples:
|
updated The point in time when the user was last updated. | gt , ge , le , lt , eq , ne | The value for the point in time is dynamic. Examples:
|
deactivated The point in time when the user was deactivated in the platform. | gt , ge , le , lt , eq , ne | The value for the point in time is dynamic. Examples:
|
User type | present (pr ) |
|
Since filter
is a URL parameter, whitespaces (space = %20
) and quotes (” = %22
) have to be URL encoded.
Example: only access code users, so no existing primary email and username