Tokenize Attribute Transformation REST Endpoints

Tokenize Attribute Transformation
Tokenize Attribute Transformations is to tokenize the values of a multi-valued attribute, all of whose values are stored as a single value in the source directory, separated by some delimiter. The Tokenize Attribute Transformation type can be used to tokenize the values of a multi-value attribute, all of whose values are stored as a single value, separated by some delimiter in source directory. Example:attr:a,b,c as a single value in source directory after the transformation the below values will be returned to client. attr:a attr:b attr:c
Add, Search, Compare or Delete Tokenize Attribute Transformation
Method: post
Path: /rest/v1/admin
Delete a Tokenize Attribute Transformation by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Tokenize Attribute Transformation by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Tokenize Attribute Transformation by DN
Method: patch
Path: /rest/v1/admin/{dn}