Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
curl --request DELETE \
--url https://api.wirespeed.co/directory/chat-ops-onboarding-users/{directoryUserId} \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "<string>",
"displayName": "<string>",
"teamId": "<string>",
"enabled": true,
"directoryId": "<string>",
"name": "<string>",
"phoneNumber": "<string>",
"previousPhoneNumber": "<string>",
"title": "<string>",
"email": "<string>",
"additionalEmails": [
"<string>"
],
"allEmails": [
"<string>"
],
"vip": true,
"nhi": true,
"financial": true,
"technical": true,
"managerDirectoryId": "<string>",
"managerEmail": "<string>",
"domain": "<string>",
"department": "<string>",
"createdAt": "<string>",
"integrationId": {},
"roles": [
"<string>"
],
"lastCredentialExposure": {},
"credentialsExposed": true,
"numberCredentialExposures": 123,
"lastCheckedForCredentialExposures": {},
"needsChatOpsWelcome": true,
"contained": true,
"username": "<string>",
"containable": true,
"smsConsentReceivedAt": {},
"administrator": true,
"updatedAt": "<string>",
"passwordLastChangedAt": "<string>",
"lastSignInAt": "<string>",
"raw": {},
"tags": [
{
"id": "<string>",
"directoryUserId": "<string>",
"tag": "VIP",
"automationId": "<string>",
"teamId": "<string>",
"overriddenByUser": true,
"enabled": true,
"createdAt": "<string>"
}
],
"managed": true,
"chatOpsOnboardingUser": true,
"integrationPlatform": "microsoft-teams"
}
],
"totalCount": 123
}
curl --request DELETE \
--url https://api.wirespeed.co/directory/chat-ops-onboarding-users/{directoryUserId} \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "<string>",
"displayName": "<string>",
"teamId": "<string>",
"enabled": true,
"directoryId": "<string>",
"name": "<string>",
"phoneNumber": "<string>",
"previousPhoneNumber": "<string>",
"title": "<string>",
"email": "<string>",
"additionalEmails": [
"<string>"
],
"allEmails": [
"<string>"
],
"vip": true,
"nhi": true,
"financial": true,
"technical": true,
"managerDirectoryId": "<string>",
"managerEmail": "<string>",
"domain": "<string>",
"department": "<string>",
"createdAt": "<string>",
"integrationId": {},
"roles": [
"<string>"
],
"lastCredentialExposure": {},
"credentialsExposed": true,
"numberCredentialExposures": 123,
"lastCheckedForCredentialExposures": {},
"needsChatOpsWelcome": true,
"contained": true,
"username": "<string>",
"containable": true,
"smsConsentReceivedAt": {},
"administrator": true,
"updatedAt": "<string>",
"passwordLastChangedAt": "<string>",
"lastSignInAt": "<string>",
"raw": {},
"tags": [
{
"id": "<string>",
"directoryUserId": "<string>",
"tag": "VIP",
"automationId": "<string>",
"teamId": "<string>",
"overriddenByUser": true,
"enabled": true,
"createdAt": "<string>"
}
],
"managed": true,
"chatOpsOnboardingUser": true,
"integrationPlatform": "microsoft-teams"
}
],
"totalCount": 123
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.