Skip to main content

user-structure-reference

Method returns the list of users in office/team|Unassigned structure

It can also show you the list of users that a user can post on behalf or authorise job for. To do that please user the following parameters:

postable-by=[USER ID]
authorized-by=[USER ID]

Example

Request

https://ws.idibu.com/ws/rest/v1/users/structure?hash=[your_hash]

Response

<?xml version="1.0" encoding="UTF-8"?>
<idibu generator="idibu" version="1.0">
<response>
<unassigned>
<user email="uu1@idibu.com" id="167" name="Unassigned user 1">
<user email="uu2@idibu.com" id="193" name="Unassigned user 2">
</user></user></unassigned>
<offices>
<office id="35000009" name="Office1">
<team id="35000010" name="Team1">
<user email="u1@idibu.com" id="147" name="Team1 user">
<user email="u2@idibu.com" id="141" name="Team1 user2">
</user></user></team>
</office>
</offices>
</response>
<status>success</status>
</idibu>