how to find a user's group membership using python API?

New post

Comments

1 comment

  • bibek_k

    Hi JohnMoos,

     

    I am not sure about the Python endpoints but you can always create your own function in Python still utilizing Box SDK.

    Basically you have to use:

    https://api.box.com/2.0/groups//memberships

     

    endpoint to get all the members of the group. 

    let me know if you need help on how to create own function using Python SDK. i may be able to provide you something for that. 

    0
    Comment actions Permalink

Please sign in to leave a comment.