Back to Platform

GET /projects/{project_id}/onboardee-users

GET
/projects/{project_id}/onboardee-users

GET operation for /projects/{project_id}/onboardee-users

Authorization

ApiKeyAuth
Authorization<token>

API key authentication. Format: Your API key (no "Token" prefix needed)

In: header

Path Parameters

project_id*string

Response Body

application/json

curl -X GET "https://dev-rest.onboard.io/projects/string/onboardee-users"
{
  "roadmap_id": "string",
  "onboardee_user_id": 1,
  "onboardee_user": "string",
  "email": "string",
  "roadmap_roles_assigned": "string",
  "roadmap_roles_assigned_ids": [
    "string"
  ],
  "roadmap_roles_assigned_names": [
    "string"
  ],
  "assign_tasks": true
}
Empty
Empty
Empty

How is this guide?