# Generate a single-use user login link Endpoint: POST /v3/user/login-url/{identifier}/{identifier_value} Version: 3.0.0 Security: BearerAuth ## Path parameters: - `identifier` (string, required) Enum: "id", "email", "UID" - `identifier_value` (string, required) Example: "john.smith@example.org" ## Request fields (application/json): - `organisation_group_id` (integer) Example: 1 ## Response 200 fields (application/json): - `status` (integer) Example: 200 - `timestamp` (string) Example: "1970-01-30T00:00:00.000000Z" - `data` (object) - `data.login_url` (string) Example: "https://example.yourperx.com/auth-token/BkfEhiym5mvKYSrAp5iQ0YnRTB9mdo3r9kLXe6EuEhTPoAONLNIJ8TNzGerJVwgX" ## Response 401 fields ## Response 405 fields