# Create invite **POST /v2/Services/{ServiceSid}/Channels/{ChannelSid}/Invites** TODO: Resource-level docs ## Servers ## Parameters ### Path parameters - **ServiceSid** (string) - **ChannelSid** (string) ### Body: (object) - **Identity** (string) - **RoleSid** (string) ## Responses ### 201 Created #### Body: (object) - **account_sid** (string | null) - **channel_sid** (string | null) - **created_by** (string | null) - **date_created** (string(date-time) | null) - **date_updated** (string(date-time) | null) - **identity** (string | null) - **role_sid** (string | null) - **service_sid** (string | null) - **sid** (string | null) - **url** (string(uri) | null) [Powered by Bump.sh](https://bump.sh)