Skip to main content
POST
/
employer_assignments
cURL
curl --request POST \
  --url https://sandbox.withclasp.com/employer_assignments \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "user": "<string>",
  "employer": "<string>"
}
'
{
  "id": "<string>",
  "user": "<string>",
  "employer": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.withclasp.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API Key authentication with required prefix "Bearer"

Body

user
string
required
employer
string
required

Response

201 - application/json
id
string
required
read-only
Pattern: ^[-a-zA-Z0-9_]+$
user
string
required
employer
string
required