Assign a SIM to a user
Assign or reassign the SIM to a user, identified by email. Reassigning an
already-assigned SIM is supported. If no user exists for that email and
name is supplied, the user is auto-created; if the user already exists
and name differs, the profile name is synced best-effort.
Authorizations
Bearer token obtained from POST /api/v1.1/auth/token.
Headers
Any string unique to this logical request. On a retry with the same key
and the same request body, the original response is replayed verbatim
(with an Idempotency-Replayed: true response header) instead of the
action repeating. Reusing the key with a different body or on a
different route returns 409 IDEMPOTENCY_KEY_REUSED. A replay attempted
while the original call is still in flight returns 409 CONFLICT.
Optional — omit it and the endpoint behaves exactly as it would otherwise.
"a1b2c3d4-idem-key-001"
Path Parameters
SIM ICCID.
"8901260853182965429"
Body
Response
SIM assigned.

