Methods
-
addUserMetadataUrl( [userId])
-
Generate a URL for adding user metadata via a
POSTrequest.Parameters:
Name Type Argument Description userIdnumber | null <optional>
a specific user ID; if not provided the
userIdproperty of this class will be used; ifnullthen add metadata to the requesting userReturns:
the URL
- Type
- string
-
deleteUserMetadataUrl( [userId])
-
Generate a URL for deleting user metadata via a
DELETErequest.Parameters:
Name Type Argument Description userIdnumber | null <optional>
a specific user ID; if not provided the
userIdproperty of this class will be used; ifnullthen add metadata to the requesting userReturns:
the URL
- Type
- string
-
findUserMetadataUrl( [userId], filter)
-
Generate a URL for viewing the configured user's metadata via a
GETrequest.Parameters:
Name Type Argument Description userIdnumber | Array.<number> | null <optional>
a specific user ID (or set of IDs); if not provided the
userIdsproperty of this class will be used; ifnullthen get the metadata for the requesting userfiltermodule:domain~UserMetadataFilter the search criteria
Returns:
the URL
- Type
- string
-
replaceUserMetadataUrl( [userId])
-
Generate a URL for replacing user metadata via a
PUTrequest.Parameters:
Name Type Argument Description userIdnumber | null <optional>
a specific user ID; if not provided the
userIdproperty of this class will be used; ifnullthen add metadata to the requesting userReturns:
the URL
- Type
- string
-
viewUserMetadataUrl( [userId])
-
Generate a URL for viewing a specific user's metadata via a
GETrequest.Parameters:
Name Type Argument Description userIdnumber | null <optional>
a specific user ID; if not provided the
userIdproperty of this class will be used; ifnullthen view metadata of the requesting userReturns:
the URL
- Type
- string