Methods
addUserMetadataUrl(userIdopt) → {string}
Generate a URL for adding user metadata via a POST request.
| Name | Type | Attributes | Description |
|---|---|---|---|
userId | number | | <optional> | a specific user ID; if not provided the |
the URL
- Type:
- string
deleteUserMetadataUrl(userIdopt) → {string}
Generate a URL for deleting user metadata via a DELETE request.
| Name | Type | Attributes | Description |
|---|---|---|---|
userId | number | | <optional> | a specific user ID; if not provided the |
the URL
- Type:
- string
findUserMetadataUrl(filter) → {string}
Generate a URL for viewing the configured user's metadata via a GET request.
| Name | Type | Description |
|---|---|---|
filter | module:domain~UserMetadataFilter | the search criteria |
the URL
- Type:
- string
replaceUserMetadataUrl(userIdopt) → {string}
Generate a URL for replacing user metadata via a PUT request.
| Name | Type | Attributes | Description |
|---|---|---|---|
userId | number | | <optional> | a specific user ID; if not provided the |
the URL
- Type:
- string
viewUserMetadataUrl(userIdopt) → {string}
Generate a URL for viewing a specific user's metadata via a GET request.
| Name | Type | Attributes | Description |
|---|---|---|---|
userId | number | | <optional> | a specific user ID; if not provided the |
the URL
- Type:
- string