profile
datatype profile
A profile holds all the information for one specific user within your tenant. This profile combines a set of attributes that have been saved for a user and the triggered alerts in case breach incidents were detected.
Creating a profile is as simple as issuing a POST request against the profiles endpoint (/v1/profiles). The same endpoint also accepts requests with a profileID (/v1/profiles/{profileID}) with the following methods:
- GET for retrieving a profile,
- DELETE for removing a profile and
- PUT for storing new attributes.
Please consult the openapi spec for in depth request and repsonse documentation.
You can also request all associated profiles for your tenant by issuing a GET request without providing the profileID.