Assign SMS Number
SMS Phone Numbers
Assign SMS Number
Assign an SMS phone number to a user (admin only)
POST
Assign SMS Number
Multi-SMS Feature: This endpoint is only available for tenants with multiple SMS numbers per organization enabled. The standard configuration is one SMS number per organization.
Assign SMS Number to User
Assign an available SMS phone number to a specific user within the organization. Once assigned, the user’s campaigns will automatically use this number.Authentication
Your API key
Bearer token with
admin rolePath Parameters
The phone number to assign (E.164 format, URL encoded if needed)
Query Parameters
Organization unique_id. Required when a user exists in multiple organizations to ensure correct permission scoping.
Request Body
The user’s unique_id to assign the number to
Response
Whether the assignment was successful
The assigned phone number
The user who now owns the number
ISO timestamp of assignment
Example Request
Example Response
Error Responses
403 Forbidden - Admin Required
400 Bad Request
Notes
- Only unassigned numbers can be assigned
- To reassign, first unassign from current user
- Assignment is immediate and affects all future campaigns
Unassign SMS Number
DELETE /v1/sms/phone-numbers//assign
Remove a user’s assignment from an SMS number, returning it to the organization’s available pool.Example Request
Example Response
Notes
- Does not delete the phone number, only removes user assignment
- Number becomes available for assignment to another user
- Active campaigns using this number continue to work

