forked from akamai/akamai-apis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
emailEnrollments.yaml
39 lines (39 loc) · 1.16 KB
/
emailEnrollments.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
openapi: 3.0.0
info:
title: Email enrollments
version: v1
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
servers:
- url: https://{hostname}/amfa/v1
x-akamai:
auth-type: EDGE_GRID
file-path: emailEnrollments.yaml
paths:
/email-enrollments:
post:
operationId: post-send-enrollment-email
summary: Send enrollment email
tags:
- Email enrollments
description: |
Send enrollment email to a set of new users inviting them to Akamai MFA. This operation provides users with unique links to enroll and activate authentication devices in Akamai MFA.
requestBody:
required: true
content:
application/json:
example:
$ref: examples/assignUsersById-example.json
schema:
$ref: schemas/assignUsers.yaml
responses:
200:
description: |
The enrollment email was successfully sent to the users.
content:
application/json:
example:
$ref: examples/assignUsersById-example.json
schema:
$ref: schemas/assignUsers.yaml