These docs are for v0.0.1. Click to read the latest docs for v1.0.63.

Update MS Teams

This API requires the Account Administrator role.

Update existing MS Teams element for an Account with required data.

Will trigger asynchronous updates, the status of which should be monitored via /msteams-elements/{elementId}.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
length between 6 and 6
^[a-zA-Z]{6}$

The unique 6 character internal id that represents the customer account.

string
required
length between 36 and 36
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$

The unique 36 character internal id (uuid) that represents the Element.

Body Params

Refer MSTeamsElement model

MS Teams Element Model

string
required
length between 1 and 255
^[a-zA-Z0-9\p{L}\-\_\.\ ]+$

Name of the MS Teams Element

string
length ≤ 1024
(^$|^[a-zA-Z0-9\p{L}\(\)\-\_\.\ ]+$)
didNumbers
array of strings
length ≤ 2000

The did numbers in the E.164 format

didNumbers
string
length between 3 and 255
^((?!-)[A-Za-z0-9\p{L}-]{1,63}(?<!-)\.)+[A-Za-z\p{L}]{2,63}$

Domain name configured for the MS Teams Element

string
enum

This field indicates the current status of an Element.

An explanation of the values is listed below:

  • SUCCESS - An Element was created/updated successfully.
  • FAILED - operation on Element was failed.
  • IN_PROGRESS - operation performed on an Element is in progress.
Allowed:
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Choose an example:
application/json
application/problem+json