Path: / admin / realms / {realm} / oauth-clients-by-id / {clientId} / protocol-mappers / add-models

creates multiple mapper

Path parameters:
realm - realm name (not id!)
clientId - oauth client's clientId

Resource Methods
Method Summary
NameDescription
POST /admin/realms/{realm}/oauth-clients-by-id/{clientId}/protocol-mappers/add-modelscreates multiple mapper

Method Detail

POST /admin/realms/{realm}/oauth-clients-by-id/{clientId}/protocol-mappers/add-models

creates multiple mapper

HTTP Example:
POST /admin/realms/{realm}/oauth-clients-by-id/{clientId}/protocol-mappers/add-models
API Example:

ProtocolMappersResource.createMapper({'realm': /* name realm name (not id!) */,
  'clientId': /* clientId oauth client's clientId */,
  '$entity': /* creates multiple mapper */});

Input:
List<ProtocolMapperRepresentation>
Output:
void
Consumes:
application/json