Release Automation

  • 1.  RA 6.3 - using API for User Mgmt

    Posted Apr 12, 2017 11:12 PM

    Hi Experts,

     

    Can we import an LDAP user into RA using the User Mgmt API's in RA v6.3 ?

     

    Thanks

    Paneendra



  • 2.  Re: RA 6.3 - using API for User Mgmt

    Posted Apr 13, 2017 03:09 AM

    From what I remember in V6.3 you can only set/get users and group permissions using REST API



  • 3.  Re: RA 6.3 - using API for User Mgmt
    Best Answer

    Posted Apr 13, 2017 08:49 AM

    Hi, Paneendra,

     

    Please find the link to REST API Reference, You can perform below listed actions. 

    REST API Reference - CA Release Automation - 6.3 - CA Technologies Documentation 

     

    GET/usersGets all users. (V4+)
    GET/users-groupsGets all user groups. (V4+)
    POST/users-groupsCreates user groups. (V4+)
    GET/users-groups/{groupId}/permissionsGets group permissions. (V4+)
    PATCH/users-groups/{groupId}/permissionsUpdates groups permissions. (V4+)
    DELETE/users/{userId}Deletes a user. (V4+)
    GET/users/{userId}Gets a user. (V4+)
    GET/users/{userId}/permissionsGets users permissions. (V4+)
    PATCH/users/{userId}/permissionsUpdates users permissions. (V4+)