Endpoint
Authentication
Requires a Personal API Access Token.Header
Request
Headers
| Header | Value | Required |
|---|---|---|
| Authorization | Bearer | Yes |
| Content-Type | application/json | Yes |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| projectName | string | Yes | Project name |
| rlclName | string | Yes | RLCL name |
Request Body
Full JSON Body Example - Single Credential
Full JSON Body Example - Multiple Credentials
Request Body Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| credentialNameList | array[string] | Yes | - | List of credential names (usernames) to add |
Notes
credentialNameListmust not be empty- Credential names must exist in the project
- Duplicate credentials are ignored (not added twice)
- Credentials are added to the existing list
Response
Success Response (200 OK)
Error Response (400 Bad Request)
cURL Example
Permissions
- User must have
IDENTITY+MANAGEpermission in the project
Notes and Warnings
- Credential Names:
- Use credential usernames (not IDs)
- Credentials must exist in the project
- Duplicate Handling:
- Duplicate credentials are ignored
- No error is thrown for duplicates
- RLCL Must Exist:
- RLCL must exist before adding credentials
Related Documentation
- Update Credentials - Replace all credentials
- Delete Credentials - Remove credentials
- Create RLCL - Create a new RLCL

