users

List pending users

List pending user account registrations. Returns up to 50 pending users in a call.

get/groups/{groupId}/apps/{appId}/user_registrations/pending_users

Response

Success

_idstring required

The unique pending user account ID

user_idstring
domain_idstring required

Example response

[
  {
    "_id": "63754f968a605a78ea6939e7",
    "domain_id": "60c8f69864c0a72d14bb534c",
    "login_ids": [
      {
        "id_type": "email",
        "id": "someone@example.com"
      }
    ],
    "user_id": ""
  },
  {
    "_id": "63754fd83c001970b1e5ea66",
    "domain_id": "60c8f69864c0a73e3e11c22b",
    "login_ids": [
      {
        "id_type": "email",
        "id": "joe@example.com"
      }
    ],
    "user_id": ""
  }
]

Changes

Changed in 1 of the 50 revisions of this API.1

    • added the new optional query request parameter after to all path's operations

      new-optional-request-default-parameter-to-existing-path