Import users, groups, roles and other attributes from Saviynt to JSM Assets.
Configure the connection to Saviynt by going to OnLink (Manage your apps) - Connections.
...
Key or Map | Description |
---|---|
| The keyword “key” refers to using username as a unique identifier. This allows OnLink to update the record. Any other unique field (e.g. user id, email address) can be used as the key. |
| Maps email to User which can be an attribute of type User i.e., Atlassian User object |
| Set search filter to limit users returned. This is a required field when getting users. |
| OnLink calls the “users” API by default. However this data_source config parameter allows you to change the API to any other Okta API. Here’s an example to get organizations info:
Here’s an example for user roles:
Other Saviynt API’s can be mapped in a similar way. |
...