Send an email invitation to a user to join your company on Replay.
Behavior:
Note: Only ‘User’ and ‘Manager’ roles are allowed via the API.
API key for authentication. Get your API key from your company settings.
Email address to send the invitation to
"john.doe@example.com"
ID of the team to assign the invited user to. Use GET /api/team to list available teams.
"550e8400-e29b-41d4-a716-446655440000"
Role to assign to the invited user. 'User' for standard reps, 'Manager' for team managers.
User, Manager "User"
Invitation created or resent successfully
Unique identifier for the invitation
"123e4567-e89b-12d3-a456-426614174000"
Email address the invitation was sent to
"john.doe@example.com"
ID of the team the user will be assigned to
"550e8400-e29b-41d4-a716-446655440000"
Role assigned to the invited user
"User"
When the invitation expires (30 days from creation)
"2026-03-26T12:00:00.000Z"
When the invitation was created
"2026-02-24T12:00:00.000Z"
Number of times the invitation email has been resent (0 for new invitations)
x >= 00