Trainees

Send the trainee their app access details by email. This generates a new password for the trainee and emails it to them, so it doubles as a password reset. Use it after creating a trainee, since POST /trainees does not send access details on its own.

post/api/public/trainees/{traineeId}/send-credentials

Path parameters

traineeIdstring required

Headers

Idempotency-Keystring

Optional. Send a unique key (e.g. a UUID) to make this POST safe to retry. The same key within 24h returns the original result instead of creating a duplicate.

Response

Successful response

Changes

No recorded changes to this endpoint across all 1 revision of this API.