Status

The status filter allows displaying all users within an organization with the supplied status. By default, the status is set to all.

HTTP

GET https://api.validic.com/v1/organizations/{ORGANIZATION_ID}/users.json?access_token={ORGANIZATION_ACCESS_TOKEN}&status=all

JSON

{ "summary":{ ... }, "users":[ { "_id":"51552cd7fded0807c400001f", "uid":"1" }, { "_id":"51433ft7fdrd0719c4010011", "uid":"2" } ] }

Status List and Definitions

Status

Description

Status

Description

all

All users within the organization

active

All users within the organization who have one or more synced application, which is integrated with Validic, and have logged/synced at least one activity within the last 90 days.

inactive

All users within the organization that have one or more synced application that is integrated with Validic, and has not logged/synced at least one activity within the last 90 days.

provisioned

All users within the organization that have not yet synced any application that is integrated with Validic.

suspended

All users within the organization whose accounts have been suspended.