Enable provisioning
Connector settings
| Parameter | Description |
|---|
| Base address | https://api.omada.cloud |
| Authentication mode | ApiKey |
| API Key | X-API-Key |
| API Key Value | API Key Value |
| Security protocol | TLS 1.2 |
| Content type header | application/json |
| Accept header | application/json |
| Test connection | Select the checkbox |
Task mappings
The Omada Management Portal connectivity provides the following mappings:
| Parameter | Resource Type | Description |
|---|
| Assignment | Omada Identity Cloud Management Platform Entitlement | Contains mappings to create, update, and delete an account in Omada Management Portal. |
User
The object is used to create, update, and deactivate user (account).
| Parameter | Operator | Source |
|---|
| Object Id | Map | ObjectId |
| Object type | Constant | Users |
| Operation | Map | Operation |
| firstName | Map | ROPE_ATTR_FIRSTNAME |
| lastName | Map | ROPE_ATTR_LASTNAME |
| email | Map | ROPE_ATTR_EMAIL |
| role | Expression | (ROPE_ResourceCBK.Split('_')[2]).Split('<')[0] |
| scope | Expression | ROPE_ResourceCBK.Split('_')[1] |
| userId | Map | ROPE_ATTR_EMAIL |